home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 76 / MF_UK_76_1.iso / Education Feature / MicroWorlds 2.03 Try Me / MicroWorlds 2.03 Try Me.rsrc / TEXT_718_showtext.txt < prev    next >
Encoding:
Text File  |  1998-05-08  |  203 b   |  12 lines

  1. showtext
  2.  
  3. Makes the current text box visible. See hidetext.
  4.  
  5. Example:
  6.  
  7. If you have a text box on the page, this instruction flashes the text box.
  8.  
  9. repeat 10 [hidetext wait 5
  10.            showtext wait 5]
  11.  
  12.